Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ockam:// scheme association in app for linux and mac #5663

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

davide-baldo
Copy link
Member

@davide-baldo davide-baldo commented Aug 18, 2023

This pr is based on alpha11 upgrade branch.

Added support for both linux and mac for the ockam:// custom scheme.
Since tauri doesn't handle linux url passing I've recovered work from previous pr.
Both .desktop file and pList respectively for linux and mac, are now directly generated by tauri.

Note that to apply a patch, tauri has been overridden to https://github.com/build-trust/tauri.git
In order to start cargo tauri build the tauri-cli must be compiled and installed from the fork, for this reason the cli has been overridden in the build system. The docker build image wasn't changed because gradle build is deprecated and will be removed soon.

@davide-baldo davide-baldo force-pushed the davide-baldo/url-scheme-using-tauri-alpha11 branch 3 times, most recently from 428ffcc to 82c2366 Compare August 18, 2023 11:51
Cargo.toml Outdated Show resolved Hide resolved
@davide-baldo davide-baldo force-pushed the davide-baldo/url-scheme-using-tauri-alpha11 branch 4 times, most recently from d2eb502 to b6c897b Compare August 18, 2023 15:42
@davide-baldo
Copy link
Member Author

solves #5579 and #5580

@davide-baldo davide-baldo force-pushed the davide-baldo/url-scheme-using-tauri-alpha11 branch 11 times, most recently from ddd6282 to 5e75c4d Compare September 8, 2023 21:37
@davide-baldo davide-baldo marked this pull request as ready for review September 11, 2023 11:07
@davide-baldo davide-baldo requested a review from a team as a code owner September 11, 2023 11:07
implementations/rust/build.gradle Outdated Show resolved Hide resolved
@davide-baldo davide-baldo force-pushed the davide-baldo/url-scheme-using-tauri-alpha11 branch from 5e75c4d to 02d75e5 Compare September 12, 2023 14:58
@davide-baldo davide-baldo force-pushed the davide-baldo/url-scheme-using-tauri-alpha11 branch from 02d75e5 to 647fba5 Compare September 14, 2023 16:13
@davide-baldo davide-baldo added this pull request to the merge queue Sep 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 14, 2023
@metaclips metaclips added this pull request to the merge queue Sep 14, 2023
Merged via the queue into develop with commit ec96367 Sep 14, 2023
97 checks passed
@metaclips metaclips deleted the davide-baldo/url-scheme-using-tauri-alpha11 branch September 14, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants